home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Programmer's Utilities / GroundControl / gc.cnt (.txt) next >
Encoding:
Microsoft Windows Help File Content  |  1997-03-26  |  3.8 KB  |  105 lines

  1. :Base gc.HLP
  2. :Title GroundControl
  3. 1 Cypress Technologies
  4. 2 Web Site=IDH_Web_Site
  5. 2 Other Cypress Technologies Products=IDH_Other_Cypress_Technologies_Products
  6. 1 GroundControl Application
  7. 2 Application Overview=IDH_Application_Overview
  8. 2 Disclaimer=IDH_Disclaimer
  9. 2 Copyright=IDH_Copyright
  10. 2 Shareware Agreement=IDH_Shareware_Agreement
  11. 2 Product Support=IDH_Product_Support
  12. 1 Ordering GroundControl
  13. 2 Ordering Information=IDH_Order_Information
  14. 2 Pricing=IDH_Pricing
  15. 2 Order Form=IDH_Order_Form
  16. 2 Ordering by Check or Money Order=IDH_Ordering_by_Check_or_Money_Order
  17. 2 Ordering with Credit Card=IDH_Ordering_with_Credit_Card
  18. 2 Ordering using Compuserve SWREG=IDH_Ordering_using_Compuserve_SWREG
  19. 2 Ordering with Purchase Order=IDH_Ordering_with_Purchase_Order
  20. 1 Tease Me!
  21. 2 Getting Started!=IDH_Tease_Me_Now
  22. 1 Commands
  23. 2 Function Descriptions by Category=IDH_Function_Descriptions_by_Category
  24. 2 Window Commands
  25. 3 ActivateWindow=IDH_ActivateWindow
  26. 3 CloseWindow=IDH_CloseWindow
  27. 3 FindWindow=IDH_FindWindow
  28. 3 MaximizeWindow=IDH_MaximizeWindow
  29. 3 MinimizeWindow=IDH_MinimizeWindow
  30. 3 NormalizeWindow=IDH_NormalizeWindow
  31. 3 SetCaption=IDH_SetCaption
  32. 3 WindowActive=IDH_WindowActive
  33. 2 Condition Commands
  34. 3 While=IDH_While
  35. 3 Repeat=IDH_Repeat
  36. 3 GoTo=IDH_goto
  37. 3 If=IDH_If
  38. 3 IfLessThan=IDH_IfLessThan
  39. 3 IfMoreThan=IDH_IfMoreThan
  40. 3 Labels=IDH_Labels
  41. 2 Basic Commands
  42. 3 Comment=IDH_Comment
  43. 3 Delay=IDH_Delay
  44. 3 FileExist=IDH_FileExist
  45. 3 ExitMacro=IDH_ExitMacro
  46. 3 RunMacro=IDH_RunMacro
  47. 3 MessageBoxOkCancel=IDH_MessageBoxOkCancel
  48. 3 MessageBox=IDH_MessageBox
  49. 3 RunProgram=IDH_RunProgram
  50. 3 Beep=IDH_Beep
  51. 3 PlaySound=IDH_PlaySound
  52. 3 QuitProgram=IDH_QuitProgram
  53. 3 WaitForProgram=IDH_WaitForProgram
  54. 3 WriteToFile=IDH_WriteToFile
  55. 3 WriteLineToFile=IDH_WriteLineToFile
  56. 2 System Commands
  57. 3 ShutdownSystem=IDH_ShutdownSystem
  58. 3 Logout=IDH_Logout
  59. 3 LogSystem=IDH_LogSystem
  60. 3 PowerOff=IDH_PowerOff
  61. 3 RebootSystem=IDH_RebootSystem
  62. 3 SetDirectory=IDH_SetDirectory
  63. 2 Advanced Commands
  64. 3 RunDOSCommand=IDH_RunDOSCommand
  65. 3 DdeCommand=IDH_DdeCommand
  66. 3 DdeScript=IDH_DdeScript
  67. 3 FileOlderThan=IDH_FileOlderThan
  68. 3 InputBox=IDH_InputBox
  69. 3 LogError=IDH_LogError
  70. 3 LogEvent=IDH_LogEvent
  71. 3 LogToFile=IDH_LogToFile
  72. 3 OnError=IDH_OnError
  73. 3 SendEnvironment=IDH_SendEnvironment
  74. 3 SendInput=IDH_SendInput
  75. 3 SendInputToWindow=IDH_SendInputToWindow
  76. 3 SendKeys=IDH_SendKeys
  77. 3 SendKeysToWindow=IDH_SendKeysToWindow
  78. 3 SendNow=IDH_SendNow
  79. 3 SendKeysFromFile=IDH_SendKeysFromFile
  80. 3 ResponseOk=IDH_ResponseOk
  81. 3 ResponseCancel=IDH_ResponseCancel
  82. 1 Tip and Hints
  83. 2 System Options=IDH_SystemOptions
  84. 2 Using GroundControl with LaunchPad=IDH_Using_GroundControl_with_LaunchPad
  85. 2 Asking for it=IDH_Asking_for_it
  86. 2 Loop and Branches=IDH_Loop_and_Branches
  87. 2 Improved Branching=IDH_Improved_Branching
  88. 2 Infinite Looping=IDH_Infinite_Looping
  89. 2 Tip SendKeys=IDH_Tip_SendKeys
  90. 2 Ground Control does math too?=IDH_Ground_Control_does_math_too
  91. 2 What's the advantage of DDE over SendKeys?=IDH_What_s_the_advantage_of_DDE_over_SendKeys
  92. 2 Stopping a Running Script=IDH_Stopping_a_Running_Script
  93. 1 How Do I...
  94. 2 Ask the user for something, and make a decision on it?=IDH_Ask_the_user_for_something_and_make_a_decision_on_it
  95. 2 Check for disk space and stuff like that?=IDH_Check_for_disk_space_and_stuff_like_that
  96. 2 Interactively fill out a dialog box?=IDH_Interactively_fill_out_a_dialog_box
  97. 2 Make a choice based on the result of a function?=IDH_Make_a_choice_based_on_the_result_of_a_function
  98. 2 Move windows around?=IDH_Move_windows_around
  99. 2 Start another program?=IDH_Start_another_program
  100. 2 Stop a running script?=IDH_Stopping_a_Running_Script
  101. 2 Use DDE Effectively?=IDH_How_Do_I_Use_DDE_Effectively
  102. 2 Write a Do-While loop?=IDH_Write_a_Do_While_loop
  103. 2 Write a For-Next loop?=IDH_Write_a_For_Next_loop
  104. 2 Write stuff to a file?=IDH_Write_stuff_to_a_file
  105.